UCF STIG Viewer Logo

The usbmuxd daemon must be disabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-53869 OSX8-00-00862 SV-68087r1_rule Medium
Description
Connections to unauthorized iOS devices (iPhones, iPods, and iPads) open the system to possible compromise via exfiltration of system data. Disabling the usbmuxd daemon blocks connections to iOS devices.
STIG Date
Apple OS X 10.8 (Mountain Lion) Workstation STIG 2015-02-10

Details

Check Text ( C-54713r1_chk )
To check the status of the usbmuxd daemon, run the following command:

sudo launchctl list | grep usbmuxd

If there is any output, this is a finding.
Fix Text (F-58701r1_fix)
To disable the usbmuxd daemon, run the following command:

sudo launchtctl unload -w /System/Library/LaunchDaemons/com.apple.usbmuxd.plist